home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMATTERMOVER / TMATTERMOVER.txt
Text File  |  2004-10-12  |  2KB  |  125 lines

  1. object MatterMover: TMatterMover
  2.   Left = 205
  3.   Top = 162
  4.   Anchors = [akRight]
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Move to Matter'
  8.   ClientHeight = 161
  9.   ClientWidth = 351
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   DesignSize = (
  20.     351
  21.     161)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 72
  27.     Width = 60
  28.     Height = 13
  29.     Caption = '&Name folder:'
  30.     FocusControl = eName
  31.   end
  32.   object Label2: TLabel
  33.     Left = 8
  34.     Top = 16
  35.     Width = 62
  36.     Height = 13
  37.     Caption = '&Matter folder:'
  38.     FocusControl = eMatter
  39.   end
  40.   object eName: TComboBox
  41.     Left = 8
  42.     Top = 88
  43.     Width = 273
  44.     Height = 21
  45.     Anchors = [akLeft, akTop, akRight]
  46.     ItemHeight = 13
  47.     TabOrder = 3
  48.     OnKeyDown = eMatterKeyDown
  49.   end
  50.   object eMatter: TComboBox
  51.     Left = 8
  52.     Top = 32
  53.     Width = 270
  54.     Height = 21
  55.     Anchors = [akLeft, akTop, akRight]
  56.     ItemHeight = 13
  57.     TabOrder = 0
  58.     OnKeyDown = eMatterKeyDown
  59.   end
  60.   object bOK: TButton
  61.     Left = 181
  62.     Top = 130
  63.     Width = 75
  64.     Height = 25
  65.     Anchors = [akRight]
  66.     Caption = '&OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 6
  70.     OnClick = bOKClick
  71.   end
  72.   object bCancel: TButton
  73.     Left = 269
  74.     Top = 130
  75.     Width = 75
  76.     Height = 25
  77.     Anchors = [akRight]
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 7
  82.   end
  83.   object bBrowseMatter: TButton
  84.     Left = 317
  85.     Top = 30
  86.     Width = 27
  87.     Height = 25
  88.     Anchors = [akTop, akRight]
  89.     Caption = '...'
  90.     TabOrder = 2
  91.     OnClick = bBrowseMatterClick
  92.   end
  93.   object bBrowseName: TButton
  94.     Tag = 1
  95.     Left = 317
  96.     Top = 86
  97.     Width = 27
  98.     Height = 25
  99.     Anchors = [akTop, akRight]
  100.     Caption = '...'
  101.     TabOrder = 5
  102.     OnClick = bBrowseMatterClick
  103.   end
  104.   object bFindMatter: TButton
  105.     Left = 285
  106.     Top = 30
  107.     Width = 27
  108.     Height = 25
  109.     Anchors = [akTop, akRight]
  110.     Caption = '&?'
  111.     TabOrder = 1
  112.     OnClick = bFindMatterClick
  113.   end
  114.   object bGetName: TButton
  115.     Left = 285
  116.     Top = 86
  117.     Width = 27
  118.     Height = 25
  119.     Anchors = [akTop, akRight]
  120.     Caption = '&?'
  121.     TabOrder = 4
  122.     OnClick = bGetNameClick
  123.   end
  124. end
  125.